home *** CD-ROM | disk | FTP | other *** search
/ TeleMagic 4 / TeleMagic v4.0.iso / tm / data1.cab / Program_Files / TMMAIL.EXE / 0 / RCDATA / TCARDPROPFORM / TCARDPROPFORM.txt
Encoding:
Text File  |  1999-05-28  |  7.6 KB  |  389 lines

  1. object CardPropForm: TCardPropForm
  2.   Left = 267
  3.   Top = 130
  4.   HelpContext = 1537
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Card Properties'
  8.   ClientHeight = 248
  9.   ClientWidth = 418
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object OKButton: TButton
  22.     Left = 254
  23.     Top = 220
  24.     Width = 75
  25.     Height = 25
  26.     Caption = '&OK'
  27.     Default = True
  28.     TabOrder = 1
  29.     OnClick = OKButtonClick
  30.   end
  31.   object CancelButton: TButton
  32.     Left = 334
  33.     Top = 220
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = '&Cancel'
  38.     TabOrder = 2
  39.     OnClick = CancelButtonClick
  40.   end
  41.   object pfCardProps: TPageControl
  42.     Left = 0
  43.     Top = 0
  44.     Width = 418
  45.     Height = 216
  46.     ActivePage = tsNotes
  47.     Align = alTop
  48.     TabOrder = 0
  49.     OnChange = pfCardPropsChange
  50.     object tsPersonal: TTabSheet
  51.       Caption = 'Personal'
  52.       object Label1: TLabel
  53.         Left = 8
  54.         Top = 11
  55.         Width = 22
  56.         Height = 13
  57.         Caption = 'First:'
  58.       end
  59.       object Label3: TLabel
  60.         Left = 8
  61.         Top = 54
  62.         Width = 23
  63.         Height = 13
  64.         Caption = 'Last:'
  65.       end
  66.       object Label2: TLabel
  67.         Left = 8
  68.         Top = 33
  69.         Width = 34
  70.         Height = 13
  71.         Caption = 'Middle:'
  72.       end
  73.       object Label4: TLabel
  74.         Left = 8
  75.         Top = 80
  76.         Width = 51
  77.         Height = 13
  78.         Caption = 'Display as:'
  79.       end
  80.       object Label5: TLabel
  81.         Left = 8
  82.         Top = 125
  83.         Width = 72
  84.         Height = 13
  85.         Caption = 'E-mail Address:'
  86.       end
  87.       object FirstName: TEdit
  88.         Left = 88
  89.         Top = 8
  90.         Width = 162
  91.         Height = 21
  92.         TabOrder = 0
  93.         OnChange = FirstNameChange
  94.         OnExit = FirstNameExit
  95.       end
  96.       object MiddleName: TEdit
  97.         Left = 88
  98.         Top = 30
  99.         Width = 162
  100.         Height = 21
  101.         TabOrder = 1
  102.         OnChange = MiddleNameChange
  103.         OnExit = FirstNameExit
  104.       end
  105.       object LastName: TEdit
  106.         Left = 88
  107.         Top = 52
  108.         Width = 162
  109.         Height = 21
  110.         TabOrder = 2
  111.         OnChange = LastNameChange
  112.         OnExit = FirstNameExit
  113.       end
  114.       object DisplayAs: TComboBox
  115.         Left = 88
  116.         Top = 76
  117.         Width = 315
  118.         Height = 21
  119.         ItemHeight = 13
  120.         TabOrder = 3
  121.         OnChange = DisplayAsChange
  122.         OnDropDown = DisplayAsDropDown
  123.       end
  124.       object Email: TEdit
  125.         Left = 88
  126.         Top = 122
  127.         Width = 314
  128.         Height = 21
  129.         TabOrder = 4
  130.       end
  131.     end
  132.     object tsHome: TTabSheet
  133.       Caption = 'Home'
  134.       object Label6: TLabel
  135.         Left = 8
  136.         Top = 10
  137.         Width = 41
  138.         Height = 13
  139.         Caption = 'Address:'
  140.       end
  141.       object Label7: TLabel
  142.         Left = 8
  143.         Top = 79
  144.         Width = 20
  145.         Height = 13
  146.         Caption = 'City:'
  147.       end
  148.       object Label8: TLabel
  149.         Left = 8
  150.         Top = 101
  151.         Width = 28
  152.         Height = 13
  153.         Caption = 'State:'
  154.       end
  155.       object Label9: TLabel
  156.         Left = 8
  157.         Top = 123
  158.         Width = 18
  159.         Height = 13
  160.         Caption = 'Zip:'
  161.       end
  162.       object Label10: TLabel
  163.         Left = 8
  164.         Top = 146
  165.         Width = 39
  166.         Height = 13
  167.         Caption = 'Country:'
  168.       end
  169.       object Label11: TLabel
  170.         Left = 238
  171.         Top = 10
  172.         Width = 34
  173.         Height = 13
  174.         Caption = 'Phone:'
  175.       end
  176.       object Label12: TLabel
  177.         Left = 238
  178.         Top = 33
  179.         Width = 20
  180.         Height = 13
  181.         Caption = 'Fax:'
  182.       end
  183.       object Label13: TLabel
  184.         Left = 238
  185.         Top = 55
  186.         Width = 31
  187.         Height = 13
  188.         Caption = 'Pager:'
  189.       end
  190.       object hAddress: TMemo
  191.         Left = 56
  192.         Top = 8
  193.         Width = 169
  194.         Height = 65
  195.         TabOrder = 0
  196.       end
  197.       object hCity: TEdit
  198.         Left = 56
  199.         Top = 75
  200.         Width = 169
  201.         Height = 21
  202.         TabOrder = 1
  203.       end
  204.       object hState: TEdit
  205.         Left = 56
  206.         Top = 98
  207.         Width = 169
  208.         Height = 21
  209.         TabOrder = 2
  210.       end
  211.       object hZip: TEdit
  212.         Left = 56
  213.         Top = 121
  214.         Width = 169
  215.         Height = 21
  216.         TabOrder = 3
  217.       end
  218.       object hCountry: TEdit
  219.         Left = 56
  220.         Top = 144
  221.         Width = 169
  222.         Height = 21
  223.         TabOrder = 4
  224.       end
  225.       object hPhone: TEdit
  226.         Left = 280
  227.         Top = 7
  228.         Width = 124
  229.         Height = 21
  230.         TabOrder = 5
  231.       end
  232.       object hFax: TEdit
  233.         Left = 280
  234.         Top = 30
  235.         Width = 124
  236.         Height = 21
  237.         TabOrder = 6
  238.       end
  239.       object hPager: TEdit
  240.         Left = 280
  241.         Top = 53
  242.         Width = 124
  243.         Height = 21
  244.         TabOrder = 7
  245.       end
  246.     end
  247.     object tsBusiness: TTabSheet
  248.       Caption = 'Business'
  249.       object Label14: TLabel
  250.         Left = 8
  251.         Top = 34
  252.         Width = 41
  253.         Height = 13
  254.         Caption = 'Address:'
  255.       end
  256.       object Label15: TLabel
  257.         Left = 8
  258.         Top = 96
  259.         Width = 20
  260.         Height = 13
  261.         Caption = 'City:'
  262.       end
  263.       object Label16: TLabel
  264.         Left = 8
  265.         Top = 120
  266.         Width = 28
  267.         Height = 13
  268.         Caption = 'State:'
  269.       end
  270.       object Label17: TLabel
  271.         Left = 8
  272.         Top = 143
  273.         Width = 18
  274.         Height = 13
  275.         Caption = 'Zip:'
  276.       end
  277.       object Label18: TLabel
  278.         Left = 8
  279.         Top = 166
  280.         Width = 39
  281.         Height = 13
  282.         Caption = 'Country:'
  283.       end
  284.       object Label19: TLabel
  285.         Left = 238
  286.         Top = 10
  287.         Width = 34
  288.         Height = 13
  289.         Caption = 'Phone:'
  290.       end
  291.       object Label20: TLabel
  292.         Left = 238
  293.         Top = 33
  294.         Width = 20
  295.         Height = 13
  296.         Caption = 'Fax:'
  297.       end
  298.       object Label21: TLabel
  299.         Left = 238
  300.         Top = 55
  301.         Width = 31
  302.         Height = 13
  303.         Caption = 'Pager:'
  304.       end
  305.       object Name: TLabel
  306.         Left = 8
  307.         Top = 11
  308.         Width = 31
  309.         Height = 13
  310.         Caption = 'Name:'
  311.       end
  312.       object bAddress: TMemo
  313.         Left = 56
  314.         Top = 31
  315.         Width = 169
  316.         Height = 61
  317.         TabOrder = 1
  318.       end
  319.       object bCity: TEdit
  320.         Left = 56
  321.         Top = 94
  322.         Width = 169
  323.         Height = 21
  324.         TabOrder = 2
  325.       end
  326.       object bState: TEdit
  327.         Left = 56
  328.         Top = 117
  329.         Width = 169
  330.         Height = 21
  331.         TabOrder = 3
  332.       end
  333.       object bZip: TEdit
  334.         Left = 56
  335.         Top = 140
  336.         Width = 169
  337.         Height = 21
  338.         TabOrder = 4
  339.       end
  340.       object bPhone: TEdit
  341.         Left = 280
  342.         Top = 7
  343.         Width = 124
  344.         Height = 21
  345.         TabOrder = 6
  346.       end
  347.       object bFax: TEdit
  348.         Left = 280
  349.         Top = 30
  350.         Width = 124
  351.         Height = 21
  352.         TabOrder = 7
  353.       end
  354.       object bPager: TEdit
  355.         Left = 280
  356.         Top = 53
  357.         Width = 124
  358.         Height = 21
  359.         TabOrder = 8
  360.       end
  361.       object bCountry: TEdit
  362.         Left = 56
  363.         Top = 163
  364.         Width = 169
  365.         Height = 21
  366.         TabOrder = 5
  367.       end
  368.       object bName: TEdit
  369.         Left = 56
  370.         Top = 8
  371.         Width = 169
  372.         Height = 21
  373.         TabOrder = 0
  374.         OnExit = bNameExit
  375.       end
  376.     end
  377.     object tsNotes: TTabSheet
  378.       Caption = 'Notes'
  379.       object Notes: TMemo
  380.         Left = 2
  381.         Top = 4
  382.         Width = 405
  383.         Height = 177
  384.         TabOrder = 0
  385.       end
  386.     end
  387.   end
  388. end
  389.